func runtime.msanread
19 uses
runtime (current package)
cgo_sigaction.go#L83: msanread(unsafe.Pointer(old), unsafe.Sizeof(*old))
iface.go#L327: msanread(v, t.Size_)
iface.go#L342: msanread(v, t.Size_)
map.go#L404: msanread(key, t.Key.Size_)
map.go#L465: msanread(key, t.Key.Size_)
map.go#L590: msanread(key, t.Key.Size_)
map.go#L704: msanread(key, t.Key.Size_)
mbarrier.go#L200: msanread(src, typ.Size_)
mbarrier.go#L260: msanread(srcPtr, uintptr(n)*typ.Size_)
msan0.go#L19: func msanread(addr unsafe.Pointer, sz uintptr) { throw("msan") }
select.go#L403: msanread(cas.elem, c.elemtype.Size_)
select.go#L454: msanread(cas.elem, c.elemtype.Size_)
select.go#L495: msanread(cas.elem, c.elemtype.Size_)
slice.go#L77: msanread(from, copymem)
slice.go#L164: msanread(oldPtr, uintptr(oldLen*int(et.Size_)))
slice.go#L332: msanread(fromPtr, size)
string.go#L95: msanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L158: msanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L210: msanread(unsafe.Pointer(&a[0]), uintptr(len(a))*unsafe.Sizeof(a[0]))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |